const runtime._FixAllocChunk
3 uses
runtime (current package)
malloc.go#L138: _FixAllocChunk = 16 << 10 // Chunk size for FixAlloc
mfixalloc.go#L54: if size > _FixAllocChunk {
mfixalloc.go#L67: f.nalloc = uint32(_FixAllocChunk / size * size) // Round _FixAllocChunk down to an exact multiple of size to eliminate tail waste
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)